home *** CD-ROM | disk | FTP | other *** search
/ World of Education / World of Education.iso / world_v / vargra2.zip / SECTION.FRM < prev    next >
Text File  |  1993-03-26  |  1KB  |  22 lines

  1. {This form writes the scores for all tasks for all students in the class!
  2. {[OnePerPage] <- Add this command to print one set of students per page
  3. Class: [classname]
  4. Date: [date][PageNumbers]
  5.  
  6. [header]["Task Number":12][" ":2]["Task Name":20][" ":2]["Task Number":12][" ":2]["Task Name":20]
  7. [repeat(2)][dtask@1][TaskNum:6][" ":8][TaskName:20][" ":2][dtask(2)+][TaskNum:6][" ":8][TaskName:20]
  8.  
  9. [loop:1{start at one}:4{do four tasks at a time}]
  10. [header]["Name":21][dtask][TaskNum:12][dtask+][TaskNum:12][dtask+][TaskNum:12][dtask+][TaskNum:12]
  11. [students][name:22][dtask][taskscore:12:2][dtask+][taskscore:12:2][dtask+][taskscore:12:2][dtask+][taskscore:12:2]
  12.  
  13. [loopend:8000{last possible task}]
  14.  
  15. {The following put the Task Name at the top of the line, instead of the number
  16. {Remove the these two comment lines, and the LEFT CURLY BRACKETS below to print them:
  17. {[loop:1:3]
  18. {[header]["Name":21][RJust][dtask][TaskName:18][dtask+][TaskName:18][dtask+][TaskName:18][LJUST]
  19. {[students][name:21][dtask][taskscore:18:2][dtask+][taskscore:18:2][dtask+][taskscore:18:2]
  20. {
  21. {[loopend:8000]
  22.